Skip to main content
Glama

MCP TabNews Integration

get comments

Fetch comments from specific TabNews content by providing the username and slug, enabling integration with MCP TabNews for streamlined comment retrieval.

Instructions

get comments from a content on tabnews api

Input Schema

NameRequiredDescriptionDefault
slugYesThe slug to get the content
usernameYesThe username to get the content

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "slug": { "description": "The slug to get the content", "type": "string" }, "username": { "description": "The username to get the content", "type": "string" } }, "required": [ "username", "slug" ], "type": "object" }
Install Server

Other Tools from MCP TabNews Integration

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/renant/mcp-tabnews'

If you have feedback or need assistance with the MCP directory API, please join our Discord server